home *** CD-ROM | disk | FTP | other *** search
- // ===================
- // MEDIUM DAMAGE STATE
- // ===================
-
- [DmgVhcl2]
- renderBase = "draw_multi"
- renderCount = 3
- renderName1 = "dmgvhcl2.smokeemitter"
- renderName2 = "dmgvhcl2.flameemitter"
- renderName3 = "dmgvhcl3.sparkemitter"
-
- [SmokeEmitter]
- renderBase = "draw_twirl_trail"
- emitDelay = 0.05
- emitDelayVar = 0.03
- emitVelocity = "0.0 3.0 0.0"
- emitVariance = "2.0 2.0 2.0"
- emitInherit = "0.2 0.2 0.2"
- emitLife = 2.0
- textureName = "smoke.tga"
- textureBlend = "srcalpha invsrcalpha modulatealpha"
- startColor = "0 0 0 64"
- finishColor = "0 0 0 0"
- startRadius = 0.5
- finishRadius = 2.0
- animateTime = 2.0
- rotationRate = 2.0
-
- [FlameEmitter]
- renderBase = "draw_twirl_trail"
- emitDelay = 0.03
- emitDelayVar = 0.02
- emitVelocity = "0.0 3.0 0.0"
- emitVariance = "2.0 2.0 2.0"
- emitInherit = "0.5 0.5 0.5"
- emitLife = 0.7
- renderBase = "draw_twirl"
- textureName = "fire.tga"
- textureBlend = "one one modulate"
- startColor = "255 255 200 128"
- finishColor = "255 0 0 0"
- startRadius = 0.3
- finishRadius = 0.1
- animateTime = 0.7
- rotationRate = 10.0
-
- [SparkEmitter]
- renderBase = "draw_twirl_trail"
- emitDelay = 0.02
- emitDelayVar = 0.01
- emitVelocity = "0.0 5.0 0.0"
- emitVariance = "5.0 5.0 5.0"
- emitInherit = "1.0 1.0 1.0"
- emitLife = 1.0
- textureName = "spark.tga"
- textureBlend = "one one modulate"
- startColor = "255 255 0 255"
- finishColor = "255 0 0 0"
- startRadius = 0.1
- finishRadius = 0.05
- animateTime = 1.0
- rotationRate = 20.0
-